From: Gabor Juhos Date: Wed, 8 Oct 2008 17:56:37 +0000 (+0000) Subject: fix section mismatch warning X-Git-Tag: 8.09_rc1~33 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22%24PHP_SELF/%22https:/collectd.org/%22%24PHP_SELF?a=commitdiff_plain;h=99d5e333f1a5de7b3c5d08a1f0af59f9bfdfb71d;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix section mismatch warning SVN-Revision: 12918 --- diff --git a/target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch b/target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch index 4d25b1f2a5..f628bff577 100644 --- a/target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch +++ b/target/linux/atheros/patches-2.6.26/901-get_c0_compare_irq_function.patch @@ -34,7 +34,7 @@ board_time_init(); } + -+unsigned int __init get_c0_compare_irq(void) ++unsigned int __cpuinit get_c0_compare_irq(void) +{ + return CP0_LEGACY_COMPARE_IRQ; +}